home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00064.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  95 b   |  9 lines

  1. on mouseUp
  2.   global label
  3.   if label = 1 then
  4.     mixdown()
  5.   else
  6.     mixdown2()
  7.   end if
  8. end
  9.